home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cdity / MRQ.lha / MRQ / Source / gfxfiles.h < prev    next >
Text File  |  2000-10-16  |  587b  |  21 lines

  1. /* gfxfiles.h
  2. ** C header for MRQ's datatypes/guigfx routines
  3. **
  4. ** ©1997-1999 by Matthias.Bethke <Matthias.Bethke@gmx.net>
  5. ** You are free to modify this source or use parts of it in your
  6. ** own programs as long as they are distributed as freeware.
  7. */
  8.  
  9. /* $Id: gfxfiles.h 1.1 2000/01/25 17:22:31 msbethke Exp msbethke $
  10. **
  11. ** $Log: gfxfiles.h $
  12. ** Revision 1.1  2000/01/25 17:22:31  msbethke
  13. ** Initial revision
  14. **
  15. */
  16.  
  17. BOOL PreloadImage(STRPTR,struct MRQImage*);
  18. void FreePreloaded(struct MRQConfig*);
  19. void ReadImageButtons(struct MRQConfig*);
  20. void FreeImageButtons(struct MRQConfig*);
  21.